Skip to content

Add Cursor Cloud specific development instructions to AGENTS.md#1

Draft
mathcodes wants to merge 1 commit intomainfrom
cursor/dev-env-setup-f3ee
Draft

Add Cursor Cloud specific development instructions to AGENTS.md#1
mathcodes wants to merge 1 commit intomainfrom
cursor/dev-env-setup-f3ee

Conversation

@mathcodes
Copy link
Copy Markdown
Owner

Summary

Adds ## Cursor Cloud specific instructions section to AGENTS.md with development environment guidance for future cloud agents.

What's included

  • Overview of the TaskHub product and tech stack
  • Prerequisites (Node.js 20.x, PostgreSQL 16)
  • Instructions for starting PostgreSQL, configuring .env, and running migrations
  • Reference to standard commands in README.md
  • Gotcha: shell-level DATABASE_URL can override .env
  • Notes on AI features requiring OpenAI API key

Dev environment verification

The full development environment was set up and verified:

  • PostgreSQL 16 installed and running locally with taskhub_dev database
  • Node.js 20.x via nvm, npm install with Prisma client generation
  • Prisma migrations applied (init_postgres + playbooks)
  • Next.js 16 dev server running on port 3000
  • ESLint runs (pre-existing warnings in codebase)
  • Core CRUD verified: created tasks and logged completions via API and UI

taskhub_create_task_demo.mp4
Task creation flow working end-to-end in the browser.

TaskHub landing page
Task Hub dashboard with tasks
New task created successfully

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: Jon Christie <jonpchristie@gmail.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
taskhub Ready Ready Preview, Comment Apr 9, 2026 5:14am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants